home *** CD-ROM | disk | FTP | other *** search
/ Virtual Ecstasy: Sexy Collection / Virtual Ecstasy: Sexy Collection 1.iso / mac / SC_MAC / SC_MAC.DXR / 00178_blue.n.off.ls < prev    next >
Encoding:
Text File  |  1995-07-09  |  196 b   |  9 lines

  1. on mouseDown
  2.   repeat while the stillDown
  3.     set the castNum of sprite 6 to cast "blue.n.on"
  4.     updateStage()
  5.   end repeat
  6.   set the castNum of sprite 6 to cast "blue.n.off"
  7.   updateStage()
  8. end
  9.